*{margin: 0px;padding: 0px;}
body{background:#ffffff;
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-variant:normal;
	font-family: "Microsoft YaHei";
}
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
input[type="button"],input[type="submit"], input[type="text"] {-webkit-appearance: none;}
textarea {-webkit-appearance: none;}
select {-webkit-appearance: none;}


 
@media screen and (max-width: 1199px){
	html {
	    font-size: 100px;
	}
	body{
		max-width: 750px;
		margin:0 auto;
	}
}

@media (max-width: 767px){
	html {
	
	font-size: 13.333333333333vw;
	}
	body{
	  max-width:initial;
	}
}
 

.main{
	width: 1400px;
	margin: 0 auto;
}

.head{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #02AE64;
}

.head .name img{
	float: left;
}

.head .name div{
	float: left;
	margin-left: 25px;
	padding-left: 15px;
	position: relative;
}
.head .name div:after{
	content: "";
	width: 1px;
	height: 50px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
}
.head .name div b{
	color:#fff;
	font-size: 24px;
}
.head .name div p{
	color:#fff;
	font-size: 18px;
	margin-top: 3px;
}
.head img{
	display: block;
}

.head .main{
	height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head .tel{
	background: url(../images/icon01.png) no-repeat left center;
	padding-left: 60px;
}

.head .tel p{
	color:#ffffff;
	font-size: 16px;
}
.head .tel b{
	color:#fff;
	font-size: 34px;
	display: block;
	width: 235px;
	display: block;
	line-height: 35px;
	margin-top: 5px;
}

.nav{
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.nav ul{
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.nav ul li{
	float: left;
	width: 144px;
	height: 45px;
	border-radius: 8px;
	line-height: 45px;
	text-align: center;
	margin-left: 11px;
}
.nav ul li:fist-child{
	margin-left: 0;
}

.nav ul li:hover{
	background: #02AE64;
}
.nav ul li:hover a{
	color:#fff;
}
.nav ul li a{
	color:#333333;
	font-size: 18px;
	display: block;
}

.banner img{
	display: block;
	width: 100%;
}
.banner img:last-child{
	display: none;
}
.banner .swiper-pagination{
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 1;
	transform: translateX(-50%);
}
.banner .swiper-pagination span{
	display: block;
	width: 15px;
	border-radius: 50%;
	margin: 0 5px;
	height:15px;
	border: 1px solid #fff;
	float: left;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #02AE64;
	border: 1px solid #02AE64;
}


.title h4{
	color:#1a1a1a;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
}

.title{
	position: relative;
	padding-bottom: 15px;
	height: auto;
	overflow: hidden;
}
.title:after{
	content: "";
	width: 80px;
	height: 5px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
	background: #02AE64;
}
.title span{
	display: block;
	text-align: center;
	color:#b3b3b3;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
}

.title p{
	text-align: center;
	color:#02ae64;
	font-size: 18px;
	text-align: center;
	margin-top: 8px;
}

.preferential{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}

.preferential .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.preferential .box{
	width: 800%;
}
.preferential .pic{
	float: left;
}

.preferential .show ul li{
	float: left;
	width: 334px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
}
.preferential .show ul li img{
	display: block;
	width: 334px;
	height: 286px;
}
.preferential .show ul li p{
	width: 100%;
	height: 77px;
	line-height: 77px;
	background: #F1F1F1;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#555555;
	font-size: 18px;

}
.preferential .show ul li:hover p{
	background: #02AE64;
	color:#fff;
}

.img-box{
	overflow: hidden;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}

.gg{
	width: 100%;
	height: 210px;
	background: url(../images/gg.png) no-repeat center;
	margin-top: 94px;
}

.gg .main{
	width: 1310px;
	height: auto;
	overflow: hidden;
}
.gg  a{
	display: block;
	width: 100%;
	height: 210px;
}
.gg p{
	color:#fff;
	font-size: 46px;
	font-weight: bold;
	float: right;
	margin-top: 55px;
}

.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.tab{
	display: table;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.tab ul li{
	float: left;
	width: 136px;
	height: 40px;
	background: #F1F1F1;
	text-align: center;
	margin: 0 8px;
	border-radius: 5px;
	line-height: 40px;
	margin-bottom: 10px;
}
.tab ul li a{
	color:#1a1a1a;
	font-size: 16px;
	display: block;
}
.tab ul li:hover {
	background: #02AE64;
}
.tab ul li:hover a{
	color:#fff;
}

.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.product .pic ul li{
	float: left;
	width: 334px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
}
.product .pic ul li img{
	display: block;
	width: 334px;
	height: 286px;
}
.product .pic ul li p{
	width: 100%;
	height: 77px;
	line-height: 77px;
	background: #F1F1F1;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#555555;
	font-size: 18px;

}
.product .pic ul li:hover p{
	background: #02AE64;
	color:#fff;
}
.product .pic ul li:nth-child(4n-3){
	margin-left: 0;
}


.about{
	width: 100%;
	height: 903px;
	background: url(../images/bg01.jpg) no-repeat center;
	margin-top: 60px;
	overflow: hidden;
}
.about .title{
	margin-top: 70px;
}
.about .title p{
	color:#fff;
}
.about .title h4{
	color:#fff;
}
.about .title span{
	color:#fff;
}

.about .title:after{
	background: #fff;
}

.about .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
	background: #fff;
	box-sizing: border-box;
	padding: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.about .bd .pic{
	float: left;
	width: 49.64%;
}
.about .bd .pic img{
	display: block;
	width: 100%;
}

.about .bd .intro{
	width: 45.26%;
	height: 414px;
	float: left;
	margin-left: 45px; 

}

.about .bd .intro h4{
	width: 100%;
	height:53px;
	overflow: hidden;
	color:#02ae64;
	font-size: 30px;
	border-bottom: 1px solid #CCCCCC;
}
.about .bd .intro .info{
	width: 100%;
	height: 270px;
	overflow: hidden;
	margin-top: 20px;
	text-indent: 2em;
	color: #767676;
	line-height: 30px;
}

.about .bd .intro a{
	display: block;
	width: 160px;
	height: 40px;
	background: #02AE64;
	color:#fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border-radius: 8px;
	margin-top: 30px;
}

.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.cases .pic{
	float: left;
}
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.cases .box{
	width: 800%;
}

.cases .show ul li{
	float: left;
	width: 334px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
}
.cases .show ul li img{
	display: block;
	width: 334px;
	height: 286px;
}
.cases .show ul li p{
	width: 100%;
	height: 77px;
	line-height: 77px;
	background: #F1F1F1;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#555555;
	font-size: 18px;

}
.cases .show ul li:hover p{
	background: #02AE64;
	color:#fff;
}

.news{
	width: 100%;
	height: 865px;
	overflow: hidden;
	background: #F2F2F2;
	margin-top: 85px;
}
.news .title{
	margin-top: 70px;
}

.news ul {
	height: auto;
 
	margin-top: 55px;
}
.news ul li{
	float: left;
	width: 48.6%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 10px;
	transition: .5s;
	box-sizing: border-box;
	margin-bottom: 22px;
}
.news ul li:nth-child(2n){
	float: right;
}

.news ul li .time{
	width: 95px;
	height: 95px;
	overflow: hidden;
	float: left;
	background: #02AE64;
}
.news ul li .time b{
	color:#fff;
	font-size: 32px;
	text-align: center;
	display: block;
	margin-top: 15px;
}

.news ul li .time p{
	color:#fff;
	font-size: 16px;
	text-align: center;
}

.news ul li .info{
	float: left;
	width: 79%;
	margin-left: 17px;
	margin-top: 5px;
}

.news ul li .info h4{
	width: 100%;
	color:#1a1a1a;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 16px;
}

.news ul li .info p{
	color:#8f8e8e;
	font-size: 14px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}


@media (min-width: 1200px){

	.news ul li:hover h4{
		color:#02AE64;
	}

	.news ul li:hover{
		transform: translateY(-10px);
	}

	.news-quick ul li:hover{
		transform: translateY(-10px);
	}
}

.contact{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.message{
	width: 50%;
	float: left;
	height: 520px;
	overflow: hidden;
}
.message .tit {
	width: 245px;
	height: 120px;
	background: #F2F2F2;
	position: relative;
	float: left;
	margin-left: 45px;
	margin-top: -20px;
}
.message .tit:after{
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/icon02.png) no-repeat center;
	position: absolute;
	right: -20px;
	top:0;
}
.message .tit h4{
	color:#02ae64;
	font-size: 30px;
	margin-left: 25px;
	margin-top: 30px;
}
.message .tit p{
	color:#878787;
	font-size: 20px;
	margin-top: 5px;
	margin-left: 25px;
}
.message .bd{
	width: 100%;
	height: 500px;
	background: #02AE64;
	margin-top: 30px;
}
.message  form{
	width: 600px;
 	margin-left: 7%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	float: left;
}

.message  form ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 8px;
}

.message  form ul li p{
	color:#fff;
	font-size: 18px;
	line-height: 50px;
	float: left;
}
.message  form ul {
	height: auto;
	overflow: hidden;
}

.message  form ul li:nth-child(1){
	float: left;
	width: 274px;
}
.message  form ul li:nth-child(1) input{
	width: 176px;
}
.message  form ul li:nth-child(2){
	width: 274px;
	float: right;
}
.message  form ul li:nth-child(2) input{
	width: 176px;
}
.message  form ul li input{
	width: 504px;
	height: 50px;
	float: right;
	color:#999999;
	border: none;
	border-radius: 10px;
	text-indent: 10px;
	outline: none;
	font-size: 18px;
}

.message  form ul li textarea{
	width:504px;
	height: 70px;
	padding-top: 10px;
	float: right;
	border: none;
	outline: none;
	border-radius: 10px;
	resize: none;
	font-size: 18px;
	text-indent: 10px;
	position: 10px;
	font-family: '微软雅黑';
}

.message  form  .btn{
	width: 100%;
	height: 60px;
	background: #097C25;
	border-radius: 10px;
	font-size: 18px;
	color:#fff;
	outline: none;
	border: none;
	margin-top: 10px;
}

 
.contact .intro{
	width: 50%;
	float: left;
	height: 520px;
	overflow: hidden;
}
.contact .intro .tit {
	width: 245px;
	height: 120px;
	background:#02AE64;
	position: relative;
	float: left;
	margin-left: 45px;
	margin-top: -20px;
}
.contact .intro .tit:after{
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/icon02.png) no-repeat center;
	position: absolute;
	right: -20px;
	top:0;
}
.contact .intro .tit h4{
	color:#fff;
	font-size: 30px;
	margin-left: 25px;
	margin-top: 30px;
}
.contact .intro .tit p{
	color:#fff;
	font-size: 20px;
	margin-top: 5px;
	margin-left: 25px;
}
.contact .intro .bd{
	width: 100%;
	height: 500px;
	background:#F2F2F2;
	margin-top: 30px;
}
.contact .intro .info{
	float: left;
	margin-top: 34px;
	overflow: hidden;
	margin-left: 45px;
}

.contact .intro .info h4{
	color:#383838;
	font-size: 24px;
	margin-top: 35px;
}

.contact .intro .info p{
	color:#333333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}

.links{
	width: 100%;
	height: 83px;
	border-top: 1px solid #D6D6D6;
	margin-top: 65px;
}

.links .tit{
	background: url(../images/links.png) no-repeat left center;
	margin-top: 30px;
	float: left;
	overflow: hidden;
}


.links .tit p{
	float: left;
	color:#02ae64;
	font-size: 18px;
	margin-left: 25px;
}
.links .tit  span{
	float: left;
	color:#02ae64;
	font-size: 18px;
	margin-left: 5px;
}

.links ul{
	float: left;
	margin-left: 20px;
	width: 85%;
 
}
.links ul li{
	float: left;
	padding: 0 10px;
	line-height: 84px;
}
.links ul li a{
	color:#5d5d5d;
	font-size: 14px;
	display: block;
}

.footer{
	width: 100%;
	height: 411px;
	overflow: hidden;
	background: url(../images/bg02.jpg)  repeat-x; ;
}

.footer .fn{
	max-width: 1300px;
	margin:  0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.footer .fn ul{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.footer .fn ul li{
	float: left;
}
.footer .fn ul li a{
	color:#fff;
	font-size: 18px;
	display: block;
}

.footer .left{
	margin-left: 50px;
	margin-top: 50px;
	float: left;
}


.footer .left img{
	display: block;
}

.footer .left .icon{
	margin-top: 26px;
	height: auto;
	width: 100%;
}

.footer .left .icon ul li{
	float: left;
	width: 82px;
	height: 82px;
	position: relative;
	margin-right: 20px;
}

.footer .left .icon ul li i{
	display: block;
	width: 82px;
	height: 82px;
	background: url(../images/icon03.png) no-repeat left top;
}
.footer .left .icon ul li:nth-child(2) i{
	background: url(../images/icon03.png) no-repeat -107px top;
}

.footer .left .icon ul li:nth-child(3) i{
	background: url(../images/icon03.png) no-repeat right top;
}


.footer .left .icon ul li  img{
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	right: -150px;
	z-index: 1;
	top: 0;
	opacity: 0;
	transition: .5s;
	visibility: hidden;
}
.footer .left .icon ul li:hover img{
	opacity: 1;
	right: -130px;
	visibility: initial;
}

.footer .info{
	float: left;
	margin-left: 160px;
	margin-top: 50px;
	color:#fff;
	font-size: 16px;
	width: 500px;
	line-height: 30px;
}

.footer .ewm{
	float: right;
	margin-top: 50px;
	margin-right: 50px;
}
.footer .ewm img{
	display: block;
	width: 134px;
	height: 134px;
	border: 2px solid #fff;
}
.footer .ewm p{
	text-align: center;
	color:#fff;
	font-size: 16px;
	margin-top: 5px;
}

.mfooter{
	display: none;
}
.float{
	display: none;
}
.crumbs{
	width: 100%;
	height: 60px;
	background:#f1f1f1;

}

.crumbs p{
	float: left;
	font-size: 18px;
	color:#333;
	line-height: 60px;
	padding-left: 25px;
	background: url(../images/crumbs.png) no-repeat left  center;

}


.crumbs a{
	color:#333;
	font-size: 14px;
	line-height: 60px;
	padding-right: 20px;
	position: relative;
}
.crumbs a:after{
	content: ">";
	color:#333;
	position: absolute;
	right: 5px;
	font-size: 12px;
	font-family: '宋体'
}
.crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.pro-list{
	margin-top: 60px;
	height: auto;
	overflow: hidden;
}

.pro-list .pic {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.pro-list .pic ul li{
	float: left;
	width: 334px;
	height: auto;
	overflow: hidden;
	margin-bottom: 21px;
	margin-left: 21px;
}

.pro-list .pic ul li img{
	display: block;
	width: 100%;
}

.pro-list .pic ul li p{
	width: 100%;
	height: 77px;
	line-height: 77px;
	background: #F1F1F1;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#555555;
	font-size: 18px;

}
.pro-list .pic ul li:hover p{
	background: #02AE64;
	color:#fff;
}
.pro-list .pic ul li:nth-child(4n-3){
	margin-left: 0;
}


.page{
	display: table;
	margin:50px auto;

}
.page ul li{
	float: left;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	background: #eee;
	font-size: 14px;
	margin: 0 5px;
}
.page ul .active{
	background: #02AE64;
	color:#fff;
}

.page ul li a{
	color:#333;
}
.news-quick{
	margin-top: 60px;
	margin-bottom: 80px;
}
.news-quick ul {
	height: 400px;
	margin-top: 50px;
}
.news-quick ul li{
	float: left;
	width: 48.6%;
	height: auto;
	overflow: hidden;
	background: #f1f1f1;
	padding: 10px;
	transition: .5s;
	box-sizing: border-box;
	margin-bottom: 22px;
}
.news-quick ul li:nth-child(2n){
	float: right;
}

.news-quick ul li .time{
	width: 95px;
	height: 95px;
	overflow: hidden;
	float: left;
	background: #02AE64;
}
.news-quick ul li .time b{
	color:#fff;
	font-size: 32px;
	text-align: center;
	display: block;
	margin-top: 15px;
}

.news-quick ul li .time p{
	color:#fff;
	font-size: 16px;
	text-align: center;
}

.news-quick ul li .info{
	float: left;
	width: 79%;
	margin-left: 17px;
	margin-top: 5px;
}

.news-quick ul li .info h4{
	width: 100%;
	color:#1a1a1a;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 16px;
}

.news-quick ul li .info p{
	color:#8f8e8e;
	font-size: 14px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}

.news-list{
	background: none;
	margin-top: 60px;
	height: auto;
	overflow: hidden;
}

.news-list ul li{
	background: #f1f1f1;
}

.news-list .title{
	margin-top: 0;
}

.article{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	min-height: 300px;
}
.article .tit{
	height: auto;
	overflow: hidden;
	width: 100%;
}
.article .tit h4{
	color:#333;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}

.article .tit span{
	display: block;
	text-align: center;
	background: #F1F1F1;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	color:#666;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

.article .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}

.article .info img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;


}

.fy p{
	color:#333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	float: left;
	border: 1px solid #ccc;
	padding: 0 10px;
	box-sizing: border-box;
	width: 41%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	text-align: center;
	border-right: none;

}
 
.fy  a{
	color:#333;

}


.fy .return{
	width: 200px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	display: block;
	float: left;
	box-sizing: border-box;
	border: 1px solid #ccc;


}

.map{
	width: 100%;
	height: 400px;
	margin-top: 30px;
}
@media (max-width: 1430px){

	.main{
		width: 1200px;
	}

	.nav ul li{
		width: 133px;
		margin-left: 0;
	}

	.contact .main{
		width: 1260px;
	}

	.message .tit{
		margin-left: 15px;
	}
	 
	.message form{
		margin-left:15px;
	}
	.contact .intro .tit{
		margin-left: 30px;
	}
 
	.contact .intro .info{
		width: 570px;
		margin-left: 30px;
	}
	.contact .intro .info img{
		width: 100%;
	}
	.footer .left{
		margin-left: 30px;
	}
	.footer .info{
		margin-left: 70px;
	}
	.footer   .ewm{
		margin-right: 30px;
	}
	.gg .main{
		width: 1200px;
	}
	.gg p{
		font-size: 38px;
		margin-top: 60px;
	}
	.product .pic ul li{
		width: 288px;
		margin-left: 15px;
	}
	.product .pic ul li img{
		width: 100%;
		height: 180px;
	}
	.about{
		height: 800px;
	}

	.pro-list .pic ul li{
		width: 288px;
		margin-left: 15px;
	}
	.pro-list .pic ul li img{
		width: 100%;
		height: auto;
	}

}
 


@media (max-width: 1199px){

	.main{
		width: 7.1rem;
	}
	.head{
		width: 7.5rem;

	}
	.head .main{
		height: 1.5rem;
	}
	.head  .name{
		width: 6rem;
		margin: 0 auto;
	}
	.head  .name div{
		display: none;
	}
	.head  .name img{
		width: 6rem;
	}

	.head .tel{
		display: none;
	}

	.nav{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #02AE64;
	}
	.nav ul{
		margin-top: 0;
	}

	.nav ul li:first-child{
		display: none;
	}
	.nav ul li{
		width: 25%;
		height: .9rem;
		position: relative;
		line-height: .9rem;
		border-radius: 0;
		margin: 0;
		border-bottom: 0.02rem solid  #0ad37d;
	}
	.nav ul li:after{
		content:"";
		width: .0183rem;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: #0ad37d;
	}
	.nav ul li a{
		display: block;
		color:#fff;
		font-size: .32rem;
	}
	.nav ul li:nth-child(4n-3):after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.nav  .main{
		width: 100%;
	}
	.banner{
		width: 100%;
	}

	.banner img{
		display: none;
	}
	.banner img:last-child{
		display: block;
	}
	.banner .swiper-pagination span{
		width: .2rem;
		height: .2rem;
		border: 0.02rem solid #fff;
	}
	.section{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.title h4{
		font-size: .48rem;
	}
	.title span{
		font-size: .22rem;
		margin-top: .05rem;
	}
	.title p{
		font-size: .36rem;
		margin-top: .1rem;
	}

	.title:after{
		width: 1.6rem;
		height: .1rem;
		left: 50%;
		margin-left: -.8rem;
	}
	.preferential{
		margin-top: .6rem;
	}
	.preferential .show{
		margin-top: .6rem;
	}
	.preferential .box{
		width: 400%;
	}
	.preferential .show  .pic{
		width: 50%;
		float: left;
	}
	.preferential .show ul li {
		width: 24%;
		margin-left:1%;
	}
	.preferential .show ul li div{
		width: 100%;
	}
 
	.preferential .show ul li img{
		width: 100%;
		height: 2.91rem;
	 
	}

	.preferential .show  ul li p{
		font-size: .28rem;
		height: .8rem;
		line-height: .8rem;
	}
	.gg{
		display: none;
	}

	.product{
		margin-top: .6rem;
	}
	.tab{
		width: 7.1rem;
		margin: 0 auto;
		height: auto;
		overflow: hidden;
		display: block;
		margin-top: .6rem;
	}

	.tab ul li{
		margin: 0;
		width: 2.3rem;
		margin-left: .1rem;
		margin-bottom: .12rem;
		border-radius: .1rem;
	}
	.tab ul li:nth-child(3n-2){
		margin-left: 0;
	}
	.tab ul li a{
		font-size: .28rem;
	}

	.product .pic{
		margin-top: .4rem;
	}
	.product .pic ul li{
		float: left;
		width: 3.46rem;
		height: auto;
		margin: 0;
		overflow: hidden;
		margin-bottom: .2rem;
	}
	.product .pic ul li img{
		width: 3.46rem;
	 	height: 2.91rem;
	}
	.product .pic  ul li p{
		font-size: .28rem;
		height: .8rem;
		line-height: .8rem;
	}
	.product .pic ul li:nth-child(2n){
		float: right;
	}
	.about{
		height: auto;
		overflow: hidden;
		background-size: auto 100%;
		padding-bottom: .6rem;
	}

	.about .title{
		margin-top: .6rem;
	}
	.about .bd{
		display: block;
		padding: .2rem;
		margin-top: .5rem;
	}
	.about .bd .pic{
		width: 100%;
		float: initial;
	}
	.about .bd .intro{
		width: 100%;
		float: initial;
		margin: 0;
		height: auto;
		overflow: hidden;
		margin-top: .3rem;
	}
	.about .bd .intro h4{
		font-size: .36rem;
		height:auto;
		padding-bottom: .2rem;
		border-bottom: 0.01rem solid #ccc;
	}
	.about .bd .intro .info{
		height: auto;
		font-size: .28rem;
		line-height: .42rem;
		margin-top: .25rem;
	}
	.about .bd .intro a{
		width: 3.2rem;
		height: .8rem;
		font-size: .28rem;
		line-height: .8rem;
		border-radius: .1rem;
		margin-bottom: .3rem;
	}

	.cases{
		margin-top: .6rem;
	}
	.cases .show{
		margin-top: .6rem;
	}
	.cases .show  .pic{
		width: 50%;
		float: left;
	}
	.cases .show ul li div{
		width: 100%;
	}
	.cases .show ul li{
		width:16%;
		margin-left: .6666%;
	}
	.cases .show ul li img{
		width: 100%;
		height:3.89rem;
	}

	.cases .show  ul li p{
		font-size: .28rem;
		height: .8rem;
		line-height: .8rem;
	}

	.news{
		margin-top:.7rem;
		height: auto;
		overflow: hidden;
		padding-bottom: .6rem;
	}
	.news .title{
		margin-top: .6rem;
	}
	.news ul{
		margin-top: .6rem;
	}
	.news ul li{
		padding: .15rem;
		width: 100%;
		margin-bottom: .2rem;
	}

	.news ul li .time{
		width: 1.4rem;
		height: 1.4rem;
	}
	.news ul li .time b{
		font-size: .42rem;
		margin-top: .2rem;
	}

	.news ul li .time p{
		font-size: .28rem;
		margin-top: .1rem;
	}
	.news ul li .info{
		float: right;
		width: 5.2rem;
		margin-left: 0;
		margin-top: 0;
	}

	.news ul li .info h4{
		font-size: .32rem;
	}
	.news ul li .info p{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
	}

	.contact{
		width: 7.1rem;
		margin:0 auto;
		margin-top: .6rem;
	}
	.contact .main{
		width: 100%;
	}
	.message .bd{
		height: auto;
	 
	}
	.message{
		float: initial;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.message .tit{
		width: 3rem;
		height: 1.46rem;
		margin-left: .3rem;

	}

	.message .tit h4{
		font-size: .38rem;
		margin-top: .3rem;
	}
	.message .tit p{
		font-size: .264rem;
	}
	.message .bd{
		padding-bottom: .6rem;
	}
	.message form{
		margin: 0 auto;
		width: 6.5rem;
		float: initial;
		margin-top: .3rem;
	}
	.message form ul{
		margin-top: .5rem;
	}
	.message form ul li:nth-child(1){
		width: 100%;
	}


	.message form ul li:nth-child(2){
		width: 100%;
	}

	.message form ul li p{
		font-size: .28rem;
		line-height: .8rem;
	}

	.message form ul li:nth-child(1) input{
		width: 5rem;
		 
	}
	.message form ul li:nth-child(2) input{
		width: 5rem;
		
	}
	.message form ul li{
		margin-bottom: .2rem;
	}
	.message form ul li input{
		height: .8rem;
		width: 5rem;
		border-radius: .1rem;
		text-indent: .1rem;
		font-size: .28rem;
	}
	.message form ul li textarea{
		width: 5rem;
		border-radius: .1rem;
		height: 1.8rem;
		padding-top: .2rem;
		text-indent: .1rem;
		font-size: .28rem;
	}

	.message form .btn{
		width: 100%;
		height: .8rem;
		margin-top: .2rem;
		font-size: .32rem;
		border-radius: .1rem;
		display: block;
	}
	.contact .intro{
		width: 100%;
		margin-top: .5rem;
		display: none;
	}
	.contact .intro .tit{
		width: 3rem;
		height: 1.46rem;
		margin-left: .3rem;

	}

	.contact .intro .tit h4{
		font-size: .36rem;
		margin-top: .3rem;
	}
	.contact .intro .tit p{
		font-size: .24rem;
	}
	.contact .intro .bd{
		height: auto;
		min-height: 7rem;
		padding-bottom: .5rem;
	}
	.contact .intro .info{
		width: 6.5rem;
		margin: 0 auto;
		margin-left: .3rem;
		margin-top: .5rem;
	}
	.contact .intro .info h4{
		margin-top: .4rem;
		font-size: .36rem;
	}
	.contact .intro .info p{
		font-size: .28rem;
		line-height: .42rem;
	}

	.links{
		display: none;
	}

	.footer{
		display: none;
	}

	.mfooter{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #4C4C4C;
		padding-bottom: 2rem;
		margin-top: .5rem;
	}
	.gotop{
		width: 100%;
		height: .8rem;
		background:  #333;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.gotop img{
		display: block;
		height: .2rem;
		margin-right: .2rem;
	}
	.gotop p{
		color:#fff;
		font-size: .28rem;
	}

	.mfooter .info{
		width: 7.1rem;
		margin: 0 auto;
		height: auto;
		overflow: hidden;
		margin-top: .6rem;
	}
	.mfooter .info h4{
		color:#fff;
		font-size: .36rem;
		text-align: center;
	}

	.mfooter .info p{
		text-align: center;
		color:#fff;
		line-height: .42rem;
		font-size: .24rem;
		margin-top: .3rem;
	}
	.float{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: fixed;
		left: 0;
		bottom: 0;
		background: #029959;
	}

	.float ul li{
		width: 25%;
		float: left;
		position: relative;
		padding: .15rem 0;
	}
	.float ul li:after{
		content: "";
		width: 1px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: #fff;
	}
	.float ul li img{
		display: block;
		height: .6rem;
		margin: 0 auto;
	 
	}

	.float ul li p{
		text-align:center;
		color: #fff;
		margin-top: .1rem;
		font-size: .28rem;
	}

	.crumbs{
		width: 100%;
		height: 1rem;
	}

	.crumbs p{
		font-size: .28rem;
		line-height: 1rem;
		background-size: auto  .3rem;
		background-position: left .31rem;
	}
	.crumbs a{
		line-height: 1rem;
		font-size: .24rem;
		display: block;
		float: left;
	}
	.crumbs a:after{
		font-size: .24rem;
	}

	.pro-list{
		margin-top: .6rem;
	}


	.pro-list{ 
		margin-top: .4rem;
	}
	.pro-list .pic{
		margin-top: .4rem;
	}
	.pro-list .pic ul li{
		float: left;
		width: 3.46rem;
		height: auto;
		margin: 0;
		overflow: hidden;
		margin-bottom: .2rem;
	}
	.pro-list .pic ul li img{
		width: 3.46rem;
	 	height: 2.91rem;
	}
	.pro-list .pic  ul li p{
		font-size: .28rem;
		height: .8rem;
		line-height: .8rem;
	}
	.pro-list .pic ul li:nth-child(2n){
		float: right;
	}

	.page{
		margin: .8rem auto;
		max-width: 7.1rem;
 	}

 	.page ul li{
 		height: .5rem;
 		line-height: .5rem;
 		font-size: .24rem;
 		padding:0 .2rem;
 		margin: 0 .05rem;
 	}
 	.news-quick{
 		margin-top: .6rem;
 		margin-bottom: .8rem;
 		height: auto;
 	}

 	.news-quick ul{
 		margin-top: .6rem;
 		height: auto;
 		overflow: hidden;
 	}
 	.news-quick ul li{
 		padding: .15rem;
 		width: 100%;
 		margin-bottom: .2rem;
 	}

 	.news-quick ul li .time{
 		width: 1.6rem;
 		height: 1.6rem;
 	}
 	.news-quick ul li .time b{
 		font-size: .42rem;
 	}

 	.news-quick ul li .time p{
 		font-size: .28rem;
 		margin-top: .1rem;
 	}
 	.news-quick ul li .info{
 		float: right;
 		width: 5rem;
 		margin-left: 0;
 	}

 	.news-quick ul li .info h4{
 		font-size: .32rem;
 	}
 	.news-quick ul li .info p{
 		font-size: .28rem;
 		line-height: .4rem;
 		margin-top: .2rem;
 	}

 	.float{
 		display: block;
 	}
 	.mfooter{
 		display: block;
 	}

 	.news-list .title {
 		margin-top: 0;
 	}

 	.article{
 		margin-top: .6rem;
 		min-height: 3rem;
 	}
 	.article .tit h4{
 		font-size: .32rem;
 	}
 	.article .tit span{
 		font-size: .24rem;
 	}
 	.article .tit span{
 		height: .6rem;
 		line-height: .6rem;
 	}
 	.article .info{
 		margin-top: .4rem;
 		font-size: .28rem;
 		line-height: .42rem;
 	}

 	.fy p{
 		width: 50%;
 		border: 0.02rem solid #ccc;
 		font-size: .28rem;
 		height: .8rem;
 		line-height: .8rem;
 		border-right: none;
 	}
 	.fy p:nth-child(2){
 		border-right: 0.02rem solid #ccc;
 	}
 	.fy .return{
 		display: block;
 		height: .8rem;
 		line-height: .8rem;
 		width: 100%;
 		font-size: .28rem;
 		margin-top: .15rem;
 	}

 	.map{
 		height: 5rem;
 		margin-top: .3rem;
 	}
}